Make short descriptions a bit more consistent.
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 11 Oct 2004 18:08:35 +0000 (18:08 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 11 Oct 2004 18:08:35 +0000 (18:08 +0000)
49 files changed:
docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkaction.sgml
docs/reference/gtk/tmpl/gtkactiongroup.sgml
docs/reference/gtk/tmpl/gtkbutton.sgml
docs/reference/gtk/tmpl/gtkcellview.sgml
docs/reference/gtk/tmpl/gtkcheckbutton.sgml
docs/reference/gtk/tmpl/gtkcheckmenuitem.sgml
docs/reference/gtk/tmpl/gtkcolorsel.sgml
docs/reference/gtk/tmpl/gtkcolorseldlg.sgml
docs/reference/gtk/tmpl/gtkcombobox.sgml
docs/reference/gtk/tmpl/gtkcomboboxentry.sgml
docs/reference/gtk/tmpl/gtkdialog.sgml
docs/reference/gtk/tmpl/gtkeditable.sgml
docs/reference/gtk/tmpl/gtkentry.sgml
docs/reference/gtk/tmpl/gtkentrycompletion.sgml
docs/reference/gtk/tmpl/gtkfilechooser.sgml
docs/reference/gtk/tmpl/gtkfilechooserdialog.sgml
docs/reference/gtk/tmpl/gtkfilechooserwidget.sgml
docs/reference/gtk/tmpl/gtkfilesel.sgml
docs/reference/gtk/tmpl/gtkfontsel.sgml
docs/reference/gtk/tmpl/gtkfontseldlg.sgml
docs/reference/gtk/tmpl/gtkhscale.sgml
docs/reference/gtk/tmpl/gtkimagemenuitem.sgml
docs/reference/gtk/tmpl/gtkinputdialog.sgml
docs/reference/gtk/tmpl/gtkinvisible.sgml
docs/reference/gtk/tmpl/gtklabel.sgml
docs/reference/gtk/tmpl/gtkmenu.sgml
docs/reference/gtk/tmpl/gtkmenuitem.sgml
docs/reference/gtk/tmpl/gtkmenushell.sgml
docs/reference/gtk/tmpl/gtkmessagedialog.sgml
docs/reference/gtk/tmpl/gtkprogressbar.sgml
docs/reference/gtk/tmpl/gtkradioaction.sgml
docs/reference/gtk/tmpl/gtkradiobutton.sgml
docs/reference/gtk/tmpl/gtkradiomenuitem.sgml
docs/reference/gtk/tmpl/gtkradiotoolbutton.sgml
docs/reference/gtk/tmpl/gtkseparatormenuitem.sgml
docs/reference/gtk/tmpl/gtkseparatortoolitem.sgml
docs/reference/gtk/tmpl/gtkspinbutton.sgml
docs/reference/gtk/tmpl/gtkstatusbar.sgml
docs/reference/gtk/tmpl/gtktearoffmenuitem.sgml
docs/reference/gtk/tmpl/gtktoggleaction.sgml
docs/reference/gtk/tmpl/gtktogglebutton.sgml
docs/reference/gtk/tmpl/gtktoggletoolbutton.sgml
docs/reference/gtk/tmpl/gtktoolbar.sgml
docs/reference/gtk/tmpl/gtktoolbutton.sgml
docs/reference/gtk/tmpl/gtktoolitem.sgml
docs/reference/gtk/tmpl/gtktreeview.sgml
docs/reference/gtk/tmpl/gtkuimanager.sgml
docs/reference/gtk/tmpl/gtkvscale.sgml

index b167945b9311dbc46d08efa0c83bc84819aceff2..17ba22de3ac107a3c4d623b4bdada95fa4259118 100644 (file)
@@ -1,5 +1,8 @@
 2004-10-11  Matthias Clasen  <matthias@localhost.localdomain>
 
+       * gtk/tmpl/*.sgml: Make the short descriptions a bit more
+       consistent.
+
        * gtk/images/image.png:
        * gtk/images/scales.png:
        * gtk/images/statusbar.png: New images.
index 0ce3f627db3c96f55989ff6b76848cd26b51e376..6c04d0c668224c62f881c696c70a7478a7e12932 100644 (file)
@@ -2,7 +2,7 @@
 GtkAction
 
 <!-- ##### SECTION Short_Description ##### -->
-an action which can be triggered by a menu or toolbar item
+An action which can be triggered by a menu or toolbar item
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 6ec1b5fea0cc078fbece2ffa0dc1cc3eabba3460..da30303222b774cb2ef45bfbdc2b9bb43baf760e 100644 (file)
@@ -2,7 +2,7 @@
 GtkActionGroup
 
 <!-- ##### SECTION Short_Description ##### -->
-a group of actions
+A group of actions
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 433c40c9b28cd7ddab7dc0b0357431a788e159bf..b4f1bc15e5f10f95ea78cd8d7b816101a5577195 100644 (file)
@@ -2,7 +2,7 @@
 GtkButton
 
 <!-- ##### SECTION Short_Description ##### -->
-A widget that creates a signal when clicked on.
+A widget that creates a signal when clicked on
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index eab4c42f12438b9ac629d66d708cfe26247fa5d3..7866e80c84507fac730cba4db0fcb21a35da5e6c 100644 (file)
@@ -2,7 +2,7 @@
 GtkCellView
 
 <!-- ##### SECTION Short_Description ##### -->
-
+A widget displaying a single row of a GtkTreeModel
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 2f6a954f2c2558bd117f1b0723f31c23b6560635..4846f123e5b598ae05a1a2c39fcc55d334498a7c 100644 (file)
@@ -2,7 +2,7 @@
 GtkCheckButton
 
 <!-- ##### SECTION Short_Description ##### -->
-create widgets with a discrete toggle button.
+Create widgets with a discrete toggle button
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index f6494c3dbf93735a0f9462486f5d47f43e80b0dd..e13816afc8de8faac6c98913d578a9ded59e4273 100644 (file)
@@ -2,7 +2,7 @@
 GtkCheckMenuItem
 
 <!-- ##### SECTION Short_Description ##### -->
-a menu item with a check box.
+A menu item with a check box
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 844fd5c0165b2afd059e883c6e05a1a865cd2385..22bd0570746f60506d1cc60e28175572a895085b 100644 (file)
@@ -2,7 +2,7 @@
 GtkColorSelection
 
 <!-- ##### SECTION Short_Description ##### -->
-a widget used to select a color.
+A widget used to select a color
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 3ef7f7a5c012c07e608f6615b07dd646cfc68ff4..56d4f213402d3681e4eb64d010cdbbb82a7e9747 100644 (file)
@@ -2,7 +2,7 @@
 GtkColorSelectionDialog
 
 <!-- ##### SECTION Short_Description ##### -->
-a standard dialog box for selecting a color.
+A standard dialog box for selecting a color
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index d06e873a56317b14b5a2e14f4560ea43a9b6d16f..7421d29b819cf2dd01e222cabc4a5a41bc3813f5 100644 (file)
@@ -2,7 +2,7 @@
 GtkComboBox
 
 <!-- ##### SECTION Short_Description ##### -->
-a widget used to choose from a list of items.
+A widget used to choose from a list of items
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 1151680ee2b95cb9d755ec9edb39d758e6241bf3..42e637f2d82d6b305e4acdf6420ad6c7da5e5291 100644 (file)
@@ -2,7 +2,7 @@
 GtkComboBoxEntry
 
 <!-- ##### SECTION Short_Description ##### -->
-a text entry field with a dropdown list
+A text entry field with a dropdown list
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index e2fa9f0b0cc67e357f283480dfa0890c3f14c090..81211677668a21f3cb3c284bdd408c150a06fc53 100644 (file)
@@ -2,15 +2,14 @@
 GtkDialog
 
 <!-- ##### SECTION Short_Description ##### -->
-
-create popup windows.
+Create popup windows
 
 <!-- ##### SECTION Long_Description ##### -->
 
 <para>
 Dialog boxes are a convenient way to prompt the user for a small amount of
-input, eg. to display a message, ask a question, or anything else that does not
-require extensive effort on the user's part.
+input, e.g. to display a message, ask a question, or anything else that does 
+not require extensive effort on the user's part.
 </para>
 
 <para>
index ac0b950f2e69cdf6742449cff8eea86a6cd891e1..9304ad23f3232a2588a4c4d7a9eb2b4e7a8ca5cf 100644 (file)
@@ -2,7 +2,7 @@
 GtkEditable
 
 <!-- ##### SECTION Short_Description ##### -->
-Interface for text-editing widgets.
+Interface for text-editing widgets
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 61976ba52412704a4cf91edac83a70f1cd1729bd..1fa8fb3cf187a15819b607ef9783e9264408671a 100644 (file)
@@ -2,7 +2,7 @@
 GtkEntry
 
 <!-- ##### SECTION Short_Description ##### -->
-a single line text entry field.
+A single line text entry field
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 4074befe4ef7cbc0695c1e448b7693a0b29cf03a..e8786602b51ce77b398e5f423120ab69d66051fd 100644 (file)
@@ -2,7 +2,7 @@
 GtkEntryCompletion
 
 <!-- ##### SECTION Short_Description ##### -->
-completion functionality for GtkEntry
+Completion functionality for GtkEntry
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 0272a9b7ca4b2a7a02d55e76c50c82b2ca392c6d..296c55f0b5098ef47c95d8a8155154879506bbb7 100644 (file)
@@ -2,7 +2,7 @@
 GtkFileChooser
 
 <!-- ##### SECTION Short_Description ##### -->
-File chooser interface used by #GtkFileChooserWidget and #GtkFileChooserDialog.
+File chooser interface used by GtkFileChooserWidget and GtkFileChooserDialog
 
 <!-- ##### SECTION Long_Description ##### -->
     <para>
index dac3203e976d74ad323d29cd50535804c960ecf1..706490b13d3e1dc8a834084f7d44cd632d5630d4 100644 (file)
@@ -2,7 +2,7 @@
 GtkFileChooserDialog
 
 <!-- ##### SECTION Short_Description ##### -->
-A file chooser dialog, suitable for "File/Open" or "File/Save" commands.
+A file chooser dialog, suitable for "File/Open" or "File/Save" commands
 
 <!-- ##### SECTION Long_Description ##### -->
     <para>
index 9f559a1363763b8ed126d7210ce985701546babd..add7e43ede1b71a4e46fcbe850ca4f03077291a0 100644 (file)
@@ -2,7 +2,7 @@
 GtkFileChooserWidget
 
 <!-- ##### SECTION Short_Description ##### -->
-File chooser widget that can be embedded in other widgets.
+File chooser widget that can be embedded in other widgets
 
 <!-- ##### SECTION Long_Description ##### -->
     <para>
index f00da8b8b03bb539987c4858b54192642a77eed1..a3243327fc7d0921330636a38e77cc8441398e59 100644 (file)
@@ -2,7 +2,7 @@
 GtkFileSelection
 
 <!-- ##### SECTION Short_Description ##### -->
-prompt the user for a file or directory name.
+Prompt the user for a file or directory name
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index c5a70f4016bf73ce5a727bbad9230c280d0d19d8..7847656ada534276519ab0023817506252b1c676 100644 (file)
@@ -2,7 +2,7 @@
 GtkFontSelection
 
 <!-- ##### SECTION Short_Description ##### -->
-a widget for selecting fonts.
+A widget for selecting fonts
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 5e15d6e6bec9ae5643de4768c6c9e093391dd0b9..b97ff929d8a9026cbb6f7562d249acf4b07d7f71 100644 (file)
@@ -2,7 +2,7 @@
 GtkFontSelectionDialog
 
 <!-- ##### SECTION Short_Description ##### -->
-a dialog box for selecting fonts.
+A dialog box for selecting fonts
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 42efdb657952c0c357a438290fbec04774b85c8a..f4c9782ed359a141fd73b060961078ae4d5ab2fe 100644 (file)
@@ -2,13 +2,12 @@
 GtkHScale
 
 <!-- ##### SECTION Short_Description ##### -->
-a horizontal slider widget for selecting a value from a range.
+A horizontal slider widget for selecting a value from a range
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
 The #GtkHScale widget is used to allow the user to select a value using
-a horizontal slider. To create one, use
-gtk_hscale_new_with_range().
+a horizontal slider. To create one, use gtk_hscale_new_with_range().
 </para>
 <para>
 The position to show the current value, and the number of decimal places
index 91aa18eeb209409ba9c0e68f889df9f2559a91f9..6650a4b8e4de29958fb339ed80609370b3ab8e39 100644 (file)
@@ -2,7 +2,7 @@
 GtkImageMenuItem
 
 <!-- ##### SECTION Short_Description ##### -->
-a menu item with an icon.
+A menu item with an icon
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index bf5210516a94bee913054daa0fef3975d88a21ba..9411028f8febed227c76564cf449a6871bc1046d 100644 (file)
@@ -2,7 +2,7 @@
 GtkInputDialog
 
 <!-- ##### SECTION Short_Description ##### -->
-Configure devices for the XInput extension.
+Configure devices for the XInput extension
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index c34b8641a1673c2dd84cccb64fbbd64a9eb36ea8..9d4a61c6607d58aaea25ffd69524101d5b3c8e03 100644 (file)
@@ -2,7 +2,7 @@
 GtkInvisible
 
 <!-- ##### SECTION Short_Description ##### -->
-a widget which is not displayed.
+A widget which is not displayed
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 1853bbaa759d25b0cb1c4f540020d31eaa0dbdf2..a58a43fbe2616689a30dc244a51ba0f8893e15e4 100644 (file)
@@ -2,7 +2,7 @@
 GtkLabel
 
 <!-- ##### SECTION Short_Description ##### -->
-A widget that displays a small to medium amount of text.
+A widget that displays a small to medium amount of text
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index d01553f299982f40db5b34d2aac1dc2adc2c45a7..1c8f72f8d0b4ca2700b0772a1dec2b0223a36953 100644 (file)
@@ -2,7 +2,7 @@
 GtkMenu
 
 <!-- ##### SECTION Short_Description ##### -->
-a drop down menu widget.
+A drop down menu widget
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 90b8c7ff92295aca86b9abd129e785a90c0378c3..14e0cd4db5575880c11dcdb49704489dce8a8686 100644 (file)
@@ -2,7 +2,7 @@
 GtkMenuItem
 
 <!-- ##### SECTION Short_Description ##### -->
-the widget used for item in menus
+The widget used for item in menus
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 6ce095e335c644988741b7c4661a2078a0b53ae7..3430119914f38aba2a02c3f3766bf7d7bb73b72e 100644 (file)
@@ -2,7 +2,7 @@
 GtkMenuShell
 
 <!-- ##### SECTION Short_Description ##### -->
-a base class for menu objects.
+A base class for menu objects
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 7ba8f801a147aea78ed3a45bb0e37e779a68d5ad..f1bab03d0fe09411b302e2fab1c298fcb6d334b4 100644 (file)
@@ -2,8 +2,7 @@
 GtkMessageDialog
 
 <!-- ##### SECTION Short_Description ##### -->
-
-convenient message window
+A convenient message window
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index c86e50ef9e41b89cd0863b7884f2048250bbcff3..7f871f94338d5a66403a47ec6b1b97cd60dbeecf 100644 (file)
@@ -2,7 +2,7 @@
 GtkProgressBar
 
 <!-- ##### SECTION Short_Description ##### -->
-a widget which indicates progress visually.
+A widget which indicates progress visually
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 9f1f607ddf40c93214397a2e2670e3d226629c40..73198b2eb835e75a6db968e4ebd85e0e845a88a6 100644 (file)
@@ -2,7 +2,7 @@
 GtkRadioAction
 
 <!-- ##### SECTION Short_Description ##### -->
-an action of which only one in a group can be active
+An action of which only one in a group can be active
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 8d33d0761ec4605e2c51041dc50630475ac7caff..2bf1893c20cd18396270bba6334da3a8a8855a61 100644 (file)
@@ -2,7 +2,7 @@
 GtkRadioButton
 
 <!-- ##### SECTION Short_Description ##### -->
-A choice from multiple check buttons.
+A choice from multiple check buttons
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 0c6e4d057c63659d6a1057051fc94e9a1def6b59..b404e8c4885590a533a85267722c90beeb1de352 100644 (file)
@@ -2,7 +2,7 @@
 GtkRadioMenuItem
 
 <!-- ##### SECTION Short_Description ##### -->
-A choice from multiple check menu items.
+A choice from multiple check menu items
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 732a4a29ed6f11260ec6097a571f5298368cf89f..9ab4bdd8336a7c36ad9026930843bd3968b5ab46 100644 (file)
@@ -2,7 +2,7 @@
 GtkRadioToolButton
 
 <!-- ##### SECTION Short_Description ##### -->
-A toolbar item that contains a radio button.
+A toolbar item that contains a radio button
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 13ba858d5f97f0ae395d0fa1a79719a429542b0a..71dcc402cd57bdf2af4c6a6285637cf1ad6025fa 100644 (file)
@@ -2,7 +2,7 @@
 GtkSeparatorMenuItem
 
 <!-- ##### SECTION Short_Description ##### -->
-a separator used in menus.
+A separator used in menus
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 5234f34e7518657991c03cfac70b3137d366f48f..08b98faad676f0d0eeabb27715e49dbe64efd13c 100644 (file)
@@ -2,7 +2,7 @@
 GtkSeparatorToolItem
 
 <!-- ##### SECTION Short_Description ##### -->
-A toolbar item that separates groups of other toolbar items.
+A toolbar item that separates groups of other toolbar items
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index a9fba3992965e51a6a39daec59dcc61f87ac22c1..e9bd2c984903ef33b22d502fda89cf7e568681af 100644 (file)
@@ -2,7 +2,7 @@
 GtkSpinButton
 
 <!-- ##### SECTION Short_Description ##### -->
-retrieve an integer or floating-point number from the user.
+Retrieve an integer or floating-point number from the user
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index f6f490857b2f4f0623789258206628bbda2a4419..b8d0f64b2211899433271cd113c44e27dc0126a6 100644 (file)
@@ -2,7 +2,7 @@
 GtkStatusbar
 
 <!-- ##### SECTION Short_Description ##### -->
-report messages of minor importance to the user.
+Report messages of minor importance to the user
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index b155db59cc2e876313f0861161ad8b90a6313e5b..822c887c1197c512d7ba6404d5e3b43177e36394 100644 (file)
@@ -2,11 +2,11 @@
 GtkTearoffMenuItem
 
 <!-- ##### SECTION Short_Description ##### -->
-a menu item used to tear off and reattach its menu.
+A menu item used to tear off and reattach its menu
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
-a #GtkTearoffMenuItem is a special #GtkMenuItem which is used to
+A #GtkTearoffMenuItem is a special #GtkMenuItem which is used to
 tear off and reattach its menu.
 </para>
 
index 356bc22bdfaf7c510b90e7d5227e6568466acad3..fff7e752d8ce095e0bb3dac4fba963cfbf386ab7 100644 (file)
@@ -2,7 +2,7 @@
 GtkToggleAction
 
 <!-- ##### SECTION Short_Description ##### -->
-an action which can be toggled between two states
+An action which can be toggled between two states
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index c1ed0a54b5cc04ce0b7d1b27ed9db7233c31065d..b4ef1019e213831d058cbe477a9cd52459db68a6 100644 (file)
@@ -2,7 +2,7 @@
 GtkToggleButton
 
 <!-- ##### SECTION Short_Description ##### -->
-create buttons which retain their state.
+Create buttons which retain their state
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index d95ad9116340724e4337f005f7d25bab52c8830c..e318457cec7d36439b4494d46e1f8ba8deea293c 100644 (file)
@@ -2,7 +2,7 @@
 GtkToggleToolButton
 
 <!-- ##### SECTION Short_Description ##### -->
-A #GtkToolItem containing a toggle button.
+A GtkToolItem containing a toggle button
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index f319821459c1a603b733e2e3c769c66af37862f1..b37dfea71cdd2a5745fdd2f77ee6440ab6355bd9 100644 (file)
@@ -2,7 +2,7 @@
 GtkToolbar
 
 <!-- ##### SECTION Short_Description ##### -->
-Create bars of buttons and other widgets.
+Create bars of buttons and other widgets
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 3f4da88b3872d960a1f34a498016b40bfaa17b12..817170c0ab54618e3711e40e76750de03b2e5bb7 100644 (file)
@@ -2,7 +2,7 @@
 GtkToolButton
 
 <!-- ##### SECTION Short_Description ##### -->
-A #GtkToolItem subclass that displays buttons
+A GtkToolItem subclass that displays buttons
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 9fc2b5d914d2df3ef2dc4ab013235d2eefcbea99..125806ae1242ccd36090830ef9c9ad1ee7e324cf 100644 (file)
@@ -2,8 +2,7 @@
 GtkToolItem
 
 <!-- ##### SECTION Short_Description ##### -->
-#GtkToolItem is the base class of widgets that can be added to
-#GtkToolbar.
+The base class of widgets that can be added to GtkToolbar
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 7cad5580dee5be4b37283e254ce6a97248e3460a..f3a127eba568f3cfd752fd19d417c6abb4ae4770 100644 (file)
@@ -2,7 +2,7 @@
 GtkTreeView
 
 <!-- ##### SECTION Short_Description ##### -->
-A widget for displaying both trees and lists.
+A widget for displaying both trees and lists
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index dffa7303e97858a4ed4bee1e15b068415437eb05..9f82abf6d93c9df555e188827efd67dee8a5015a 100644 (file)
@@ -2,7 +2,7 @@
 GtkUIManager
 
 <!-- ##### SECTION Short_Description ##### -->
-constructing menus and toolbars from an XML description
+Constructing menus and toolbars from an XML description
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 7727cb74c8a375069ea978d7c2ec5b4f46c73f9f..cbc1c3f439e251afe3b9e660b20d33a98bf7eaf3 100644 (file)
@@ -2,13 +2,12 @@
 GtkVScale
 
 <!-- ##### SECTION Short_Description ##### -->
-a vertical slider widget for selecting a value from a range.
+A vertical slider widget for selecting a value from a range
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
 The #GtkVScale widget is used to allow the user to select a value using
-a vertical slider.
-To create one, use gtk_hscale_new_with_range().
+a vertical slider. To create one, use gtk_hscale_new_with_range().
 </para>
 <para>
 The position to show the current value, and the number of decimal places